zest.xml
From Documentation
WEB-INF/zest.xml
is the configuration descriptor of ZEST. The configuration descriptor is mainly used to specify the actions and how they are mapped to URI.
WEB-INF/zest.xml
is loaded automatically when ZEST Filter is deployed. If you'd like to reload it (when you modify its content), you could invoke ZestManager.loadConfiguration(Parser, String).